created on Mon Nov 04 14:53:04 UTC 2019 by ?

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

36

100.0%

1 minutes, 37.404 seconds

0

0

0

2. Features

2.1. Functionality of Component Variant: Default loads non-inline elements in XS PASS

Result: PASS Time: 4.501 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#sharebutton1"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Add this modules have been loaded

1
waitFor(15, 0.1) { js.exec("return window.addthis?true:false;") }
  • And Should have add this loaded

1
assert js.exec("return window.addthis?true:false;")
  • Where:

2.2. Functionality of Component Variant: Default loads non-inline elements in SM PASS

Result: PASS Time: 2.810 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#sharebutton1"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Add this modules have been loaded

1
waitFor(15, 0.1) { js.exec("return window.addthis?true:false;") }
  • And Should have add this loaded

1
assert js.exec("return window.addthis?true:false;")
  • Where:

2.3. Functionality of Component Variant: Default loads non-inline elements in MD PASS

Result: PASS Time: 1.827 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#sharebutton1"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Add this modules have been loaded

1
waitFor(15, 0.1) { js.exec("return window.addthis?true:false;") }
  • And Should have add this loaded

1
assert js.exec("return window.addthis?true:false;")
  • Where:

2.4. Functionality of Component Variant: Default loads non-inline elements in LG PASS

Result: PASS Time: 2.395 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#sharebutton1"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Add this modules have been loaded

1
waitFor(15, 0.1) { js.exec("return window.addthis?true:false;") }
  • And Should have add this loaded

1
assert js.exec("return window.addthis?true:false;")
  • Where:

2.5. Functionality of Component Variant: Default loads non-inline elements in XLG PASS

Result: PASS Time: 1.917 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#sharebutton1"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Add this modules have been loaded

1
waitFor(15, 0.1) { js.exec("return window.addthis?true:false;") }
  • And Should have add this loaded

1
assert js.exec("return window.addthis?true:false;")
  • Where:

2.6. Functionality of Component Variant: Default loads non-inline elements in XXLG PASS

Result: PASS Time: 2.095 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#sharebutton1"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Add this modules have been loaded

1
waitFor(15, 0.1) { js.exec("return window.addthis?true:false;") }
  • And Should have add this loaded

1
assert js.exec("return window.addthis?true:false;")
  • Where:

2.7. Functionality of Component Variant: Inline with Share Tool Box in XS PASS

Result: PASS Time: 2.787 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atstbx"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Share Tool Box in XS Should have embeded component

  • Where:

2.8. Functionality of Component Variant: Inline with Share Tool Box in SM PASS

Result: PASS Time: 3.266 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atstbx"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Share Tool Box in SM Should have embeded component

  • Where:

2.9. Functionality of Component Variant: Inline with Share Tool Box in MD PASS

Result: PASS Time: 2.522 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atstbx"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Share Tool Box in MD Should have embeded component

  • Where:

2.10. Functionality of Component Variant: Inline with Share Tool Box in LG PASS

Result: PASS Time: 2.057 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atstbx"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Share Tool Box in LG Should have embeded component

  • Where:

2.11. Functionality of Component Variant: Inline with Share Tool Box in XLG PASS

Result: PASS Time: 2.693 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atstbx"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Share Tool Box in XLG Should have embeded component

  • Where:

2.12. Functionality of Component Variant: Inline with Share Tool Box in XXLG PASS

Result: PASS Time: 3.234 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atstbx"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Share Tool Box in XXLG Should have embeded component

  • Where:

2.13. Functionality of Component Variant: Inline with Follow Tool Box in XS PASS

Result: PASS Time: 2.488 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atftbx"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Follow Tool Box in XS Should have embeded component

  • Where:

2.14. Functionality of Component Variant: Inline with Follow Tool Box in SM PASS

Result: PASS Time: 2.258 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atftbx"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Follow Tool Box in SM Should have embeded component

  • Where:

2.15. Functionality of Component Variant: Inline with Follow Tool Box in MD PASS

Result: PASS Time: 2.934 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atftbx"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Follow Tool Box in MD Should have embeded component

  • Where:

2.16. Functionality of Component Variant: Inline with Follow Tool Box in LG PASS

Result: PASS Time: 2.868 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atftbx"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Follow Tool Box in LG Should have embeded component

  • Where:

2.17. Functionality of Component Variant: Inline with Follow Tool Box in XLG PASS

Result: PASS Time: 3.189 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atftbx"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Follow Tool Box in XLG Should have embeded component

  • Where:

2.18. Functionality of Component Variant: Inline with Follow Tool Box in XXLG PASS

Result: PASS Time: 2.934 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atftbx"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Follow Tool Box in XXLG Should have embeded component

  • Where:

2.19. Functionality of Component Variant: Inline with Tip Jar in XS PASS

Result: PASS Time: 2.479 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#attj"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Tip Jar in XS Should have embeded component

  • Where:

2.20. Functionality of Component Variant: Inline with Tip Jar in SM PASS

Result: PASS Time: 3.244 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#attj"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Tip Jar in SM Should have embeded component

  • Where:

2.21. Functionality of Component Variant: Inline with Tip Jar in MD PASS

Result: PASS Time: 2.535 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#attj"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Tip Jar in MD Should have embeded component

  • Where:

2.22. Functionality of Component Variant: Inline with Tip Jar in LG PASS

Result: PASS Time: 2.703 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#attj"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Tip Jar in LG Should have embeded component

  • Where:

2.23. Functionality of Component Variant: Inline with Tip Jar in XLG PASS

Result: PASS Time: 2.802 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#attj"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Tip Jar in XLG Should have embeded component

  • Where:

2.24. Functionality of Component Variant: Inline with Tip Jar in XXLG PASS

Result: PASS Time: 3.041 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#attj"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Tip Jar in XXLG Should have embeded component

  • Where:

Result: PASS Time: 1.824 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = ".at4-recommendedbox-outer-container"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
assert $(selector).size() > 0
  • Where:

Result: PASS Time: 2.561 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = ".at4-recommendedbox-outer-container"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
assert $(selector).size() > 0
  • Where:

Result: PASS Time: 2.023 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = ".at4-recommendedbox-outer-container"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
assert $(selector).size() > 0
  • Where:

Result: PASS Time: 1.996 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = ".at4-recommendedbox-outer-container"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
assert $(selector).size() > 0
  • Where:

Result: PASS Time: 2.083 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = ".at4-recommendedbox-outer-container"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
assert $(selector).size() > 0
  • Where:

Result: PASS Time: 1.691 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = ".at4-recommendedbox-outer-container"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
assert $(selector).size() > 0
  • Where:

2.31. Functionality of Component Variant: Default in XS PASS

Result: PASS Time: 2.206 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#image6"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Default in XS Should have embeded component

  • Where:

2.32. Functionality of Component Variant: Default in SM PASS

Result: PASS Time: 2.284 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#image6"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Default in SM Should have embeded component

  • Where:

2.33. Functionality of Component Variant: Default in MD PASS

Result: PASS Time: 3.171 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#image6"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Default in MD Should have embeded component

  • Where:

2.34. Functionality of Component Variant: Default in LG PASS

Result: PASS Time: 2.708 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#image6"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Default in LG Should have embeded component

  • Where:

2.35. Functionality of Component Variant: Default in XLG PASS

Result: PASS Time: 2.802 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#image6"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Default in XLG Should have embeded component

  • Where:

2.36. Functionality of Component Variant: Default in XXLG PASS

Result: PASS Time: 3.127 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#image6"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Default in XXLG Should have embeded component

  • Where: